home *** CD-ROM | disk | FTP | other *** search
/ Champak 109 / Vol 109.iso / games / let_it_f.swf / scripts / DefineSprite_101 / frame_20 / DoAction.as
Text File  |  2008-11-12  |  261b  |  11 lines

  1. stop();
  2. _root.water_is_flowing = false;
  3. if(_parent._parent.horiz < _root.maxhoriz)
  4. {
  5.    _root.water_tansfer(_parent._parent.tile_num,"from_left");
  6. }
  7. else if(_parent._parent.horiz == _root.maxhoriz)
  8. {
  9.    _root.dead("right",_parent._parent.tile_num);
  10. }
  11.